From a5b88a53c2c76cf3b7bcb1483f973da57a6e9a8a Mon Sep 17 00:00:00 2001 From: David Lechner Date: Tue, 5 Jan 2021 05:36:19 +0000 Subject: [PATCH] docs: fix parameter reference in gtk_bitset_contains() This fixes an error in the doc comments where the first parameter was referred to as @bitset instead of @self. --- gtk/gtkbitset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkbitset.c b/gtk/gtkbitset.c index a248235e58..05953391b7 100644 --- a/gtk/gtkbitset.c +++ b/gtk/gtkbitset.c @@ -107,7 +107,7 @@ gtk_bitset_unref (GtkBitset *self) * @self: a #GtkBitset * @value: the value to check * - * Checks if the given @value has been added to @bitset + * Checks if the given @value has been added to @self * * Returns: %TRUE if @self contains @value **/ -- 2.30.2